home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue71 / Clinic / RTTIEgU.dfm / RTTIEgU.txt
Encoding:
Text File  |  2001-05-08  |  1.3 KB  |  75 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 126
  4.   Width = 573
  5.   Height = 219
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   ShowHint = True
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 16
  17.     Top = 96
  18.     Width = 24
  19.     Height = 13
  20.     Caption = '1234'
  21.   end
  22.   object ListBox1: TListBox
  23.     Left = 232
  24.     Top = 16
  25.     Width = 321
  26.     Height = 161
  27.     ItemHeight = 13
  28.     TabOrder = 0
  29.   end
  30.   object Button1: TButton
  31.     Left = 16
  32.     Top = 16
  33.     Width = 97
  34.     Height = 25
  35.     Hint = 'This code works only in Delphi 5 and later'
  36.     Caption = 'Delphi 5 and later'
  37.     TabOrder = 1
  38.     OnClick = Button1Click
  39.   end
  40.   object Edit1: TEdit
  41.     Left = 16
  42.     Top = 64
  43.     Width = 121
  44.     Height = 21
  45.     TabOrder = 2
  46.     Text = 'Edit1'
  47.   end
  48.   object RadioButton1: TRadioButton
  49.     Left = 16
  50.     Top = 128
  51.     Width = 113
  52.     Height = 17
  53.     Caption = '5678'
  54.     TabOrder = 3
  55.   end
  56.   object CheckBox1: TCheckBox
  57.     Left = 16
  58.     Top = 160
  59.     Width = 97
  60.     Height = 17
  61.     Caption = 'CheckBox1'
  62.     TabOrder = 4
  63.   end
  64.   object Button2: TButton
  65.     Left = 120
  66.     Top = 16
  67.     Width = 97
  68.     Height = 25
  69.     Hint = 'This code works in all versions of Delphi'
  70.     Caption = 'All versions'
  71.     TabOrder = 5
  72.     OnClick = Button2Click
  73.   end
  74. end
  75.